CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人脸检测 C

搜索资源列表

  1. VC-facedetection

    0下载:
  2. c++编写的一个人脸检测系统 可能对大家有一定的帮助-c++ written a face detection system may be helpful to everyone
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:77000
    • 提供者:seulk
  1. Detect100227a

    0下载:
  2. visual c++ 人脸检测程序,可以检测图片中的人脸。必须安装opencv才能运行。-visual c++ face detection program that can detect faces in the picture. Opencv must be installed to run.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-10
    • 文件大小:1453367
    • 提供者:杨永米
  1. facedetected

    0下载:
  2. visual c++ 实现人脸检测(二值化,灰度提取,直方图,边缘提取等)-visual c++ implementation of face detection (binary, gray scale extraction, histogram, edge extraction, etc.)
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:473858
    • 提供者:张刚
  1. facedetectcPPmfc

    0下载:
  2. 用c++写人脸检测系统,用了mfc做界面,程序里附带了一些图像处理的基本操作 膨胀 腐蚀 光线补偿等 网上的-C++ written with face detection system, using the mfc interface to do the program with some image processing in the basic operation of dilation and erosion light compensation online
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:3050901
    • 提供者:柳珍
  1. STIHRS

    0下载:
  2. 基于C++的人脸检测,使用adaboost算法,跟基于肤色的结合-C++-based human face detection, the use of adaboost algorithm, combined with the color-based
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:520297
    • 提供者:张三
  1. Face-detection

    0下载:
  2. 人脸检测源代码,提供人脸识别代码,源代码C-Face detection source code, to provide face recognition code, source code C++
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:9573
    • 提供者:pp
  1. Face-detection

    0下载:
  2. 可以在microsoft Visual C++ 6.0 上实现人脸检测的功能,-In the microsoft Visual C++ 6.0 to achieve face detection function,
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-11
    • 文件大小:3056308
    • 提供者:lupf
  1. FaceDetect

    0下载:
  2. 该代码在matlab环境下实现人脸检测。核心代码采用c语言编写,可直接用于matlab环境下。目前,该代码可有效检测视频或图像中的单个人脸,可以作为研究者入门和学习编写代码之用。-This code written in Matlab is used to realize face detection. The key code is written in C and can be applied in Matlab environment directly. Recently, it can
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1162659
    • 提供者:朱亮亮
  1. face_detection_opencv

    0下载:
  2. 本程序主要是在visual C++环境中利用opencv实现人脸检测的小代码-This procedure is mainly in the visual C++ environment using opencv face detection to achieve small code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-08
    • 文件大小:2390
    • 提供者:
  1. face-detection

    0下载:
  2. 本程序是在visual C++环境中,通过人脸图像的变换和直方图处理等实现人脸检测和定位-This procedure is in visual C++ environment, through facial images transform and histogram processing, face detection and location to achieve
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-15
    • 文件大小:3738130
    • 提供者:
  1. HMM

    0下载:
  2. 本程序是基于隐马尔科夫模型(HMM)的方法在visual C++环境中实现人脸检测。-This procedure is based on the hidden Markov model (HMM) method in visual C++ environments face detection.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:102956
    • 提供者:
  1. face-detector

    0下载:
  2. 动作识别人脸检测源代码,可以进行人脸检测,c-face detector
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:479854
    • 提供者:ryetal
  1. haar_FACE_detction

    0下载:
  2. 用C++编写的人脸检测程序,基于ADABOOST的,里面有14级强分类器以及每层强分类器所含弱分类器的参数,附检测图片,检测效果很好- face detection program written in C++ based on ADABOOST, and there are 14 strong classifiers, and each strong classifier contains the parameters of the weak classifier, it also has t
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2848963
    • 提供者:
  1. facedetect

    0下载:
  2. 基于opencv的人脸检测,识别率90 以上-This is just the face and eye detector from OpenCV s samples/c directory
  3. 所属分类:OpenCV

    • 发布日期:2017-04-06
    • 文件大小:3069
    • 提供者:gl
  1. VideoCapture-and-face-detect

    0下载:
  2. C++基于WebCam的视频采集+人脸检测识别软件-C++ Video Capture+ WebCam based face detection and recognition software
  3. 所属分类:Video Capture

    • 发布日期:2017-03-26
    • 文件大小:114869
    • 提供者:weidejun
  1. face-detection

    0下载:
  2. 用C++编写的基于对话框的人脸检测程序其中包括摄像头的启动,算法采用肤色检测-Written in C++ dialog based application, including face detection camera, start, skin detection algorithm
  3. 所属分类:GUI Develop

    • 发布日期:2017-06-13
    • 文件大小:21323788
    • 提供者:
  1. daea23www

    0下载:
  2. 能很好实现人脸检测和标出人脸各个部分的特征,运行环境visual C++。-Can very well realize face detection and marked the characteristics of different parts of the face, running environment visual c++.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-29
    • 文件大小:22535
    • 提供者:小明
  1. faceVC

    0下载:
  2. Visual C++ 人脸检测系统源码 -visual C++ EdgeContour EdgeContour
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-07
    • 文件大小:232293
    • 提供者:蓝色
  1. stasm-src-1.4.tar

    0下载:
  2. vialo-jones人脸检测和识别算法的c参考实现,适合移植到多个平台-These are the source files for stasm, which is a command line program for locating features in a face using Active Shape Models. You give stasm an image file (i.e. a JPEG or BMP) and it returns the image with
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-20
    • 文件大小:6012489
    • 提供者:jam
  1. facedetect

    0下载:
  2. 人脸检测,完整代码,visual c++编译成功-Face detection, complete code, Visual C++ compiler! !
  3. 所属分类:OpenCV

    • 发布日期:2017-05-25
    • 文件大小:8318301
    • 提供者:lgh
« 1 2 3 4 5 6 78 9 10 11 12 »
搜珍网 www.dssz.com